Skip to content

type dict/0 is deprecated and will be removed in OTP 18.0; use use dict:dict/0 or preferably dict:dict/2#173

Open
YYChildren wants to merge 1 commit intoEonblast:masterfrom
YYChildren:v0.4.1-branch
Open

type dict/0 is deprecated and will be removed in OTP 18.0; use use dict:dict/0 or preferably dict:dict/2#173
YYChildren wants to merge 1 commit intoEonblast:masterfrom
YYChildren:v0.4.1-branch

Conversation

@YYChildren
Copy link

tint:type dict/0 is deprecated and will be removed in OTP 18.0; use use dict:dict/0 or preferably dict:dict/2

-spec as_dict(Result) -> Dict
when
Result :: #result_packet{},
Dict :: dict().
modified as
%% @SPEC as_dict(Result) -> Dict
%% when
%% Result :: #result_packet{},
%% Dict :: dict().

dict:dict/0 or preferably dict:dict/2

-spec as_dict(Result) -> Dict
   when
     Result :: #result_packet{},
     Dict :: dict().     
modified as
%% @SPEC as_dict(Result) -> Dict
%%    when
%%      Result :: #result_packet{},
%%      Dict :: dict().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant